How to // Comment
Install Redis // Installer Redis

Wamp

[Wamp] Install Redis



1. Download Redis
2. Extract it to "C:\redis" folder
3. Check your Wamp PHP version and if your have the option "Thread Safety" enable or not
  • phpinfo();
4. Download the php_redis.dll (corresponding to previous step)
5. Move the "php_redis.dll" file to your "C:\wamp64\bin\php\phpx.x.x\ext" folder
  • -> Mine is actually the 7.3.5

6. Add the following line in your "C:\wamp64\bin\php\phpx.x.x\phpForApache.ini" file
  • extension=php_redis.dll
  • -> Mine is actually the 7.3.5

7. Re-start the Wamp Server
8. Check if you have the Redis part in your phpinfo()


How to

[How to] Installer Redis



1. Téléchargez Redis
2. Extrayez-le dans le dossier "C: \ redis"
3. Vérifiez votre version PHP de Wamp et si vous avez l'option "Thread Safety" activée ou non
  • phpinfo();
4. Téléchargez le php_redis.dll (correspondant à l'étape précédente)
5. Déplacez le fichier "php_redis.dll" dans votre dossier "C: \ wamp64 \ bin \ php \ phpx.x.x \ ext"
  • -> Le mien est en fait le 7.3.5
6. Ajoutez la ligne suivante dans votre fichier "C: \ wamp64 \ bin \ php \ phpx.x.x \ phpForApache.ini"
  • extension = php_redis.dll
  • -> Le mien est en fait le 7.3.5
7. Redémarrez le serveur Wamp
8. Vérifiez si vous avez la partie Redis dans votre phpinfo()